home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3matlis.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.1 KB  |  92 lines

  1.  
  2. // JavaScript wrapper for r3matlis.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_MATERIALLISTGADGET_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_MATERIALLISTGADGET = 256;
  11.  
  12.  
  13.  
  14.  
  15. // Description: R3WGM_DOMAP method for rename.
  16. // Virtual method
  17.  
  18. R3MLGM_RENAME = 256008;
  19.  
  20. function mR3MLGM_RENAME() {
  21.   DoA(this.r3obj, 256008, 0, R3TID_INTEGER, 0);
  22. }
  23.  
  24. // Description: R3WGM_DOMAP for selection.
  25. // Virtual method
  26.  
  27. R3MLGM_SELECT = 256009;
  28.  
  29. function mR3MLGM_SELECT() {
  30.   DoA(this.r3obj, 256009, 0, R3TID_INTEGER, 0);
  31. }
  32.  
  33. // Description: R3WGM_DOMAP pre notify method for rename.
  34. // Virtual method
  35.  
  36. R3MLGM_PRERENAME = 256010;
  37.  
  38. function mR3MLGM_PRERENAME() {
  39.   DoA(this.r3obj, 256010, 0, R3TID_INTEGER, 0);
  40. }
  41.  
  42.  
  43.  
  44.  
  45. R3MLGA_DragSourceObj = 256502;
  46. function SetR3MLGA_DragSourceObj(value) {
  47.   R3Set(this.r3obj, R3MLGA_DragSourceObj, value, R3TID_OBJECT, 0); 
  48. }
  49.  
  50. R3MLGA_DragSourceMth = 256503;
  51. function SetR3MLGA_DragSourceMth(value) {
  52.   R3Set(this.r3obj, R3MLGA_DragSourceMth, value, R3TID_INTEGER, 0); 
  53. }
  54.  
  55. R3MLGA_DropTargetObj = 256504;
  56. function SetR3MLGA_DropTargetObj(value) {
  57.   R3Set(this.r3obj, R3MLGA_DropTargetObj, value, R3TID_OBJECT, 0); 
  58. }
  59.  
  60. R3MLGA_CanDropMth = 256505;
  61. function SetR3MLGA_CanDropMth(value) {
  62.   R3Set(this.r3obj, R3MLGA_CanDropMth, value, R3TID_INTEGER, 0); 
  63. }
  64.  
  65. R3MLGA_DropMth = 256506;
  66. function SetR3MLGA_DropMth(value) {
  67.   R3Set(this.r3obj, R3MLGA_DropMth, value, R3TID_INTEGER, 0); 
  68. }
  69.  
  70. var R3MLGMENUID_MAP = 256600;
  71.  
  72.  
  73. function r3Materiallistgadget () { 
  74.    this.base = r3God;
  75.    if(arguments.length) {
  76.       this.base(R3CLID_MATERIALLISTGADGET, arguments);
  77.    }
  78.    // Methods
  79.    this.RENAME=mR3MLGM_RENAME;
  80.    this.SELECT=mR3MLGM_SELECT;
  81.    this.PRERENAME=mR3MLGM_PRERENAME;
  82.  
  83.    // Attributes
  84.    this.SetDragSourceObj=SetR3MLGA_DragSourceObj;
  85.    this.SetDragSourceMth=SetR3MLGA_DragSourceMth;
  86.    this.SetDropTargetObj=SetR3MLGA_DropTargetObj;
  87.    this.SetCanDropMth=SetR3MLGA_CanDropMth;
  88.    this.SetDropMth=SetR3MLGA_DropMth;
  89. }
  90.  
  91. r3Materiallistgadget.prototype=new r3Gadget;
  92. // r3matlis.h_H